home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / mint / lib / mntlib44.zoo / mntlib / seteuid.c < prev    next >
C/C++ Source or Header  |  1994-03-01  |  69b  |  9 lines

  1. #include <unistd.h>
  2.  
  3. int
  4. seteuid(x)
  5.   int x;
  6. {
  7.   return setuid(x);
  8. }
  9.